mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
11 lines
426 B
Plaintext
11 lines
426 B
Plaintext
# -sed1x.inp------------------------------------------------------------
|
|
# Extra configuration script for src/makefile for DesqView/X
|
|
# ----------------------------------------------------------------------
|
|
s!^ cd \${oldXMenudir}; \${MAKE}.*$! ${MAKE} -C ${oldXMenudir}.!
|
|
s!^ @true *$! @rem!
|
|
s/DOC/DOC-X/g
|
|
#/^LIBXMENU *=/s!= *!= ../oldxmenu/!
|
|
/^temacs *:/s!OLDXMENU!LIBXMENU!
|
|
|
|
# arch-tag: 3e8a78f2-3dec-44f3-81f6-3785a562da19
|