mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-07 09:46:54 +00:00
remove GNU-ism
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9613 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b221cd192e
commit
300075334c
@ -1,3 +1,8 @@
|
|||||||
|
2005-02-09 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
|
* Makefile.am: remove hack for making bindist work with autoconf
|
||||||
|
<=1.4. This broke non GNU make programs.
|
||||||
|
|
||||||
2005-01-24 Angus Leeming <leeming@lyx.org>
|
2005-01-24 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
* mkinstalldirs: removed. Duplicates the file in the config
|
* mkinstalldirs: removed. Duplicates the file in the config
|
||||||
|
@ -11,9 +11,6 @@ SUBDIRS = config development intl po boost src sourcedoc lib
|
|||||||
EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \
|
EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \
|
||||||
README.MacOSX UPGRADING lyx.man autogen.sh images
|
README.MacOSX UPGRADING lyx.man autogen.sh images
|
||||||
|
|
||||||
# Hack so that the targets that use tar will also work with automake 1.4
|
|
||||||
AMTAR ?= $(TAR)
|
|
||||||
|
|
||||||
man_MANS = lyx.1
|
man_MANS = lyx.1
|
||||||
|
|
||||||
## Needed by bindist
|
## Needed by bindist
|
||||||
|
@ -82,3 +82,5 @@ What's new
|
|||||||
- Fix link error with Cygwin.
|
- Fix link error with Cygwin.
|
||||||
|
|
||||||
- Fix warnings with recent versions of automake.
|
- Fix warnings with recent versions of automake.
|
||||||
|
|
||||||
|
- Remove GNU-make specific construct in Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user