diff options
author | matthijs <matthijs@openttd.org> | 2005-01-24 20:33:43 +0000 |
---|---|---|
committer | matthijs <matthijs@openttd.org> | 2005-01-24 20:33:43 +0000 |
commit | b9c13283a44083dc7f5bff310df21668b3bab518 (patch) | |
tree | d0a4ebab055db048889ad8980405344352312750 /os/debian/rules | |
parent | f08983a948e167fa7dca6a762ad3eeafe5360445 (diff) | |
download | openttd-b9c13283a44083dc7f5bff310df21668b3bab518.tar.xz |
(svn r1644) - Some minor corrections to the os/debian dir.
Diffstat (limited to 'os/debian/rules')
-rw-r--r-- | os/debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/debian/rules b/os/debian/rules index 7a67e7833..c7be3f31a 100644 --- a/os/debian/rules +++ b/os/debian/rules @@ -48,6 +48,7 @@ clean: # Add here commands to clean up after the build process. -$(MAKE) clean + rm Makefile.config || true dh_clean @@ -72,7 +73,7 @@ binary-arch: build install dh_installdocs dh_installexamples # dh_install -# dh_installmenu + dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen |