diff options
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/ |