1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
## 01_fix_doc_makefile.dpatch by Daniel Leidert (dale) <daniel.leidert@wgdd.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
diff -urNad libint~/doc/progman/Makefile libint/doc/progman/Makefile
--- libint~/doc/progman/Makefile 2007-08-29 19:01:47.000000000 +0200
+++ libint/doc/progman/Makefile 2007-08-30 01:27:52.000000000 +0200
@@ -8,5 +8,5 @@
-include $(TOPDIR)/doc/MakeVars
-include $(TOPDIR)/doc/MakeRules
--include $(TOPDIR)/doc/MakeSuffixRules
+include $(SRCDIR)/$(TOPDIR)/lib/MakeSuffixRules
include $(SRCDIR)/$(TOPDIR)/lib/MakeRules
|