summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@golden-gryphon.com>2014-06-20 20:50:26 -0700
committerManoj Srivastava <srivasta@golden-gryphon.com>2014-06-20 20:52:59 -0700
commitcdb2ef615a96603622246d8fa7525bcb04f80a65 (patch)
tree85f58e873717fa8dc60d60d39765132888445190 /debian/rules
parent60400ce5b85798cd5231f686f7852892bda53438 (diff)
[master]: Move flex.pdf to the flex-doc package.
This makes it possible for the flex package's contents to not change if texinfo is not installed, e.g. in the stage1 build profile. Signed-off-by: Peter Pentchev <roam@ringlet.net> Signed-off-by: Manoj Srivastava <srivasta@golden-gryphon.com>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index a27811c..545b173 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,7 @@ override_dh_install:
find debian/tmp/lib/$(DEB_HOST_MULTIARCH) -type f \
-name \*.la -exec rm {} \;
dh_install
+ rm -f debian/flex/usr/share/doc/flex/flex.pdf
ifneq (,$(filter libfl-dev, $(shell dh_listpackages)))
$(make_directory) debian/libfl-dev/usr/lib
sed -e 's,#DEB_HOST_MULTIARCH#,$(DEB_HOST_MULTIARCH),' \