summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2007-06-11 20:09:52 +0200
committerEric Sandall2007-06-11 11:33:55 -0700
commit7e126846cbe957a2c91c354c904eb443b4b8e0d8 (patch)
tree21902fea66c170c70e7d0e0d3f26d2875996d2bd
parentf96110a263c3b6139769548db479e61361c337db (diff)
pdfedit: fix very nasty bug
(cherry picked from commit d98664686adfbd4d763103e33b7ad22462944809)
-rw-r--r--editors/pdfedit/HISTORY3
-rwxr-xr-xeditors/pdfedit/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/editors/pdfedit/HISTORY b/editors/pdfedit/HISTORY
index bfed62e8ac..0e88391800 100644
--- a/editors/pdfedit/HISTORY
+++ b/editors/pdfedit/HISTORY
@@ -1,3 +1,6 @@
+2007-06-11 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * PRE_BUILD: added so this bastard doesn't delete /dev/null
+
2007-05-01 Ladislav Hagara <hgr@vabo.cz>
* *: created this spell, version 0.3.1
diff --git a/editors/pdfedit/PRE_BUILD b/editors/pdfedit/PRE_BUILD
new file mode 100755
index 0000000000..e5f1524103
--- /dev/null
+++ b/editors/pdfedit/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+
+sed -i '/doxygen -w/d' $SOURCE_DIRECTORY/doc/Makefile