(lwlib): Don't distribute lwlib-Xol* files.
This commit is contained in:
parent
f33edf08f5
commit
72e7e784b1
1 changed files with 3 additions and 1 deletions
|
@ -310,7 +310,9 @@ echo "Making links to \`oldXMenu'"
|
|||
echo "Making links to \`lwlib'"
|
||||
(cd lwlib
|
||||
ln *.c *.h *.in ../${tempdir}/lwlib
|
||||
ln README Imakefile ChangeLog ../${tempdir}/lwlib)
|
||||
ln README Imakefile ChangeLog ../${tempdir}/lwlib
|
||||
cd ../${tempdir}/lwlib
|
||||
rm -f lwlib-Xol*)
|
||||
|
||||
echo "Making links to \`etc'"
|
||||
### Don't distribute = files, TAGS, DOC files, backups, autosaves, or
|
||||
|
|
Loading…
Add table
Reference in a new issue