mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
19 lines
866 B
Diff
19 lines
866 B
Diff
Patch generated 20090609 by Phillip Warner <pc_warner@yahoo.com>
|
|
Permission granted to use this patch as you see fit.
|
|
|
|
--- solfege-3.14.4.orig/Makefile.in 2009-06-09 05:48:10.000000000 -0500
|
|
+++ solfege-3.14.4/Makefile.in 2009-06-09 23:55:48.000000000 -0500
|
|
@@ -102,13 +102,6 @@
|
|
-include debian-dir/Makefile
|
|
-include debian/Makefile
|
|
|
|
-%.1: %.1.txt
|
|
- txt2man -r "GNU Solfege @VERSION@" -t Solfege -s 1 $< > $@
|
|
-
|
|
-# We need src/_version.py because solfege imports it at runtime.
|
|
-solfege.1: solfege.1.txt src/_version.py
|
|
- LANGUAGE=C $(PYTHON) -c "import tools.buildutil; tools.buildutil.create_manpage()" | txt2man -t Solfege -s 1 > $@
|
|
-
|
|
# Unfortunately we still have to manually convert from html to pdf
|
|
# using openoffice and "Save as PDF"
|
|
prepare-rsync-manual: $(foreach lang,$(USER_MANUAL_LANGUAGES),help/$(lang)/one-big-page.html) help/C/one-big-page.html
|