diff options
author | Tim E. Real <termtech@rogers.com> | 2010-10-30 19:58:16 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-10-30 19:58:16 +0000 |
commit | 17a543e25897ff5bfa255768dcce7897bf3cc83f (patch) | |
tree | b34f968955593da4b3891472fcf8bfe2887c56ef /muse2/doc | |
parent | a4a9caf83acdc7163d3549371c1b6a29b6f062f4 (diff) |
Removal of autotools stuff.
Diffstat (limited to 'muse2/doc')
-rw-r--r-- | muse2/doc/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/muse2/doc/Makefile.am b/muse2/doc/Makefile.am deleted file mode 100644 index 50a9d8d8..00000000 --- a/muse2/doc/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -EXTRA_DIST = midieditfunctions.png muse.sgm - -CLEANFILES = $(wildcard *.html) $(wildcard *.fot) doxygen-stamp - -all-local: @DOCBOOKTARGETS@ - -manual: book1.html - -book1.html: muse.sgm - $(JADE) -t sgml -d @DOCBOOKSTYLE@/html/docbook.dsl muse.sgm - -distclean-local: - rm -rf html/ |