mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Kayvan's WinXP fix to fdfix.sh.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4505 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2f8ca779af
commit
643ec3cf04
@ -1,3 +1,11 @@
|
|||||||
|
2002-07-01 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
|
* forma/Makefile.am: keep "make clean" consistent with Kayvan's fix.
|
||||||
|
|
||||||
|
2002-07-01 Kayvan A. Sylvan <kayvan@sylvan.com>
|
||||||
|
|
||||||
|
* forms/fdfix.sh: fix compilation failure on WinXP.
|
||||||
|
|
||||||
2002-06-28 Angus Leeming <leeming@lyx.org>
|
2002-06-28 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
* XPainter.[Ch]: changes associated with the name change
|
* XPainter.[Ch]: changes associated with the name change
|
||||||
|
@ -61,7 +61,7 @@ libfdesign.la: $(libfdesign_la_OBJECTS) $(libfdesign_la_DEPENDENCIES)
|
|||||||
$(SHELL) $(SCRIPT) $<
|
$(SHELL) $(SCRIPT) $<
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -f *.[ChH] *.orig \
|
rm -f *.[Ch] *.[ch]pp *.orig \
|
||||||
rm -f $(srcdir)/*.[hc] $(srcdir)/*.bak
|
rm -f $(srcdir)/*.[hc] $(srcdir)/*.bak
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
|
@ -61,7 +61,7 @@ fi
|
|||||||
# Modify the .h file for use by LyX
|
# Modify the .h file for use by LyX
|
||||||
HIN=${DIRNAME}/${BASENAME}.h
|
HIN=${DIRNAME}/${BASENAME}.h
|
||||||
HPATCH=${DIRNAME}/${BASENAME}.h.patch
|
HPATCH=${DIRNAME}/${BASENAME}.h.patch
|
||||||
HOUT=${BASENAME}.H
|
HOUT=${BASENAME}.hpp
|
||||||
|
|
||||||
FDFIXH=${DIRNAME}/fdfixh.sed
|
FDFIXH=${DIRNAME}/fdfixh.sed
|
||||||
|
|
||||||
@ -99,7 +99,8 @@ fi
|
|||||||
# Create the .C file for use by LyX
|
# Create the .C file for use by LyX
|
||||||
CIN=${DIRNAME}/${BASENAME}.c
|
CIN=${DIRNAME}/${BASENAME}.c
|
||||||
CPATCH=${DIRNAME}/${BASENAME}.C.patch
|
CPATCH=${DIRNAME}/${BASENAME}.C.patch
|
||||||
COUT=${BASENAME}.C
|
COUT=${BASENAME}.cpp
|
||||||
|
FINAL_COUT=${BASENAME}.C
|
||||||
|
|
||||||
FDFIXC=${DIRNAME}/fdfixc.sed
|
FDFIXC=${DIRNAME}/fdfixc.sed
|
||||||
|
|
||||||
@ -137,5 +138,6 @@ fi
|
|||||||
|
|
||||||
# Clean up, to leave the finished .C file
|
# Clean up, to leave the finished .C file
|
||||||
rm -f ${CIN}
|
rm -f ${CIN}
|
||||||
|
mv ${COUT} ${FINAL_COUT}
|
||||||
|
|
||||||
#========================================
|
#========================================
|
||||||
|
Loading…
Reference in New Issue
Block a user