slackbuilds_ponce/academic/solfege/Makefile.in_fix_solfege3.22.0.patch
Phillip Warner 1469b4b40b academic/solfege: Updated for version 3.22.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2013-10-29 20:12:26 -05:00

17 lines
760 B
Diff

diff -Naur solfege-3.22.0-orig/Makefile.in solfege-3.22.0/Makefile.in
--- solfege-3.22.0-orig/Makefile.in 2013-05-25 18:07:56.000000000 -0400
+++ solfege-3.22.0/Makefile.in 2013-09-07 10:12:15.833153860 -0400
@@ -106,13 +106,6 @@
-include debian-dir/Makefile
-include debian/Makefile
-%.1: %.1.txt
- txt2man -r "GNU Solfege @VERSION@" -t Solfege -s 1 $< > $@
-
-# We need solfege/_version.py because solfege imports it at runtime.
-solfege.1: solfege.1.txt solfege/_version.py
- LANGUAGE=C $(PYTHON) -c "import tools.buildutil; tools.buildutil.create_manpage()" | txt2man -t Solfege -s 1 > $@
-
rsync-manual: $(foreach lang,$(USER_MANUAL_LANGUAGES),help/$(lang)/one-big-page.html) help/C/one-big-page.html
rm -rf tmp-build
make prefix=`pwd`/tmp-build