Correct version of these files. Sorry!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1372 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-01-23 14:16:13 +00:00
parent baa8ca981f
commit 6c1081e87b
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,3 @@
makefile
*.c
*.h
*.C

View File

@ -42,14 +42,15 @@ all:
test: clean $(OBJS)
updatesrc: test
for fil in *.C *.h; do cmp -s $$fil ../$$fil || mv $$fil ..; done
rm -f *.[hHcC] *.bak
for fil in *.C *.h; \
do cmp -s $$fil ../$$fil || mv $$fil ..; \
done
.fd.C:
${SHELL} ./fdfix.sh $<
clean:
rm -f *.[hHcC] *.bak fdfixc_modified.sed
rm -f *.[hHcC] *.bak
distclean: clean
rm -f *.orig *.rej *~