diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-01-10 01:41:43 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-01-10 01:43:15 +0100 |
commit | 1ee01398a483564ce2feba54ffbe700607f509cb (patch) | |
tree | 0c82cd0a7616101ed6ed1108e58df4792e744ed6 | |
parent | e4bf431fae75fc53f2abb9bb44c149fc22f46841 (diff) | |
download | zsh-1ee01398a483564ce2feba54ffbe700607f509cb.tar.gz zsh-1ee01398a483564ce2feba54ffbe700607f509cb.zip |
Add files generated before Makefile is generated to debian/clean
This helps to clean up if a build stopped before configure finishs and
hence no Makefile has been generated which would contain the according
clean target.
-rw-r--r-- | debian/clean | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/clean b/debian/clean index d699adffe..515ff49b4 100644 --- a/debian/clean +++ b/debian/clean @@ -2,5 +2,12 @@ config.cache config.status config.status.lineno Doc/zsh.idx +Doc/Zsh/manmodmenu.yo +Doc/Zsh/modlist.yo +Doc/Zsh/modmenu.yo +Doc/version.yo +Doc/zsh*.1 +Doc/zsh.texi +META-FAQ build-arch build-indep |