]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove todo and gnu makefile; update doc rules
authorDon Armstrong <don@donarmstrong.com>
Tue, 11 Sep 2012 23:01:39 +0000 (16:01 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 11 Sep 2012 23:01:39 +0000 (16:01 -0700)
debian/GNUmakefile [deleted file]
debian/TODO [deleted file]
debian/lilypond-doc-pdf-de.install
debian/lilypond-doc-pdf-es.install
debian/lilypond-doc-pdf-fr.install
debian/lilypond-doc-pdf-hu.install
debian/lilypond-doc-pdf-it.install
debian/lilypond-doc-pdf-ja.install
debian/update_doc_packages

diff --git a/debian/GNUmakefile b/debian/GNUmakefile
deleted file mode 100644 (file)
index e4c6cf3..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# debian/Makefile
-
-depth = ..
-
-NAME = debian
-at-dir = $(outdir)/
-at-ext =
-
-CONF_FILES = changelog control copyright emacsen-startup\
- preinst rules watch
-
-EXTRA_DIST_FILES = $(CONF_FILES)\
- README.Debian\
- TODO\
- compat\
- control.foka\
- control.potato\
- lilypond-data.dirs\
- lilypond-data.doc-base\
- lilypond-data.emacsen-startup\
- lilypond-data.install\
- lilypond-data.postinst\
- lilypond-data.postrm\
- lilypond-doc.README.Debian\
- lilypond-doc.dirs\
- lilypond-doc.doc-base\
- lilypond-doc.postinst\
- lilypond-doc.prerm\
- lilypond.doc-base\
- lilypond.install\
- lilypond1.3.copyright\
- #
-
-
-#OUTCONF_FILES = $(addprefix $(outdir)/, $(basename $(CONF_FILES))) $(OUTIN_FILES)
-OUTCONF_FILES = $(OUTIN_FILES)
-OUT_DIST_FILES = $(OUTIN_FILES)
-
-STEPMAKE_TEMPLATES = debian
-include $(depth)/make/stepmake.make 
-
diff --git a/debian/TODO b/debian/TODO
deleted file mode 100644 (file)
index 70a3b20..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-To be added to the changelog when a new texinfo is available:
-
-  * Build-Depends: texinfo (>= 4.7-1) to avoid the old HTML tag mismatch
-    for @subsection (<h3>...</h4>) bug in makeinfo.  Thanks to Magnus Henoch
-    for the bug report.  (Closes: Bug#204202)
-
- -- Anthony Fok <foka@debian.org>  Sun, 26 Oct 2003 12:21:35 +0800   
-
-
-  * Inefficient packaging of arch independent data in package lilypond
-   (Closes: Bug#233406)
-  * split font into another package? (Closes: Bug#87700)
index 065d938230ffcfddcfe254c2aee0b3b35835a344..026a776a6e27d767292b4dbce3afef39965d8a20 100644 (file)
@@ -1,2 +1 @@
 usr/share/doc/lilypond/html/*/*.de.pdf
-usr/share/doc/lilypond/html/*.de.pdf
index 462b2efa94fd4f5fcbe3c3140a91095962d201c4..79f8db167c39be0dfd20f90c968a38c55f9f7f34 100644 (file)
@@ -1,2 +1 @@
 usr/share/doc/lilypond/html/*/*.es.pdf
-usr/share/doc/lilypond/html/*.es.pdf
index 78032d4be83f739d4aa46f8215fada08cb21f258..1cef963d4d524f79993cff91c885c364ac3f0460 100644 (file)
@@ -1,2 +1 @@
 usr/share/doc/lilypond/html/*/*.fr.pdf
-usr/share/doc/lilypond/html/*.fr.pdf
index 7ad3eec8abff1da88b1ecfa2990c3ff17960de7c..6297047737d4a8b771924965e9b0b41262c2d900 100644 (file)
@@ -1,2 +1 @@
 usr/share/doc/lilypond/html/*/*.hu.pdf
-usr/share/doc/lilypond/html/*.hu.pdf
index b6c3aef15b1786ec1e78ecbcabb1aa8807bd5efc..e4f6d538948d372a0c9225d45c569cb457ccc973 100644 (file)
@@ -1,2 +1 @@
 usr/share/doc/lilypond/html/*/*.it.pdf
-usr/share/doc/lilypond/html/*.it.pdf
index 450aefa87887a8c237df65e9b93dd1a0c02beed0..38481eaa4b8763b7ecff45abe857c4dfea5c86c6 100644 (file)
@@ -1,2 +1 @@
 usr/share/doc/lilypond/html/*/*.ja.pdf
-usr/share/doc/lilypond/html/*.ja.pdf
index bd625cfc28c7ce7d6f6da6c1390c39c0a6f1d804..c769ceeb60322781120b6677557d92647327f936 100644 (file)
@@ -87,7 +87,6 @@ EOF
        } else {
            print {$install_fh} <<EOF;
 usr/share/doc/lilypond/html/*/*.${lang}.pdf
-usr/share/doc/lilypond/html/*.${lang}.pdf
 EOF
        }
        close($install_fh);