index
:
app/xedit
master
obsd
xedit application
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.am
Age
Commit message (
Expand
)
Author
2024-04-21
Assume all target platforms have strcasecmp() now
Alan Coopersmith
2013-01-12
Remove lisp/env.c from EXTRA_DIST to fix make_distcheck
Alan Coopersmith
2012-05-31
Update fallback implementation of missing libc functions
pcpa
2011-01-19
config: move man pages into their own directory
Gaetan Nadon
2010-07-01
config: upgrade to util-macros 1.8 for additional man page support
Alan Coopersmith
2010-03-25
xprint: remove Xedit-xprint resource file
Gaetan Nadon
2010-03-25
config: remove dependency on xaw8
Gaetan Nadon
2009-11-26
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Gaetan Nadon
2009-10-28
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Gaetan Nadon
2009-10-26
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
Gaetan Nadon
2009-01-12
Correct problems in make distcheck.
Paulo Cesar Pereira de Andrade
2008-12-02
Use new XORG_CWARNFLAGS and XORG_CHANGELOG macros.
Paulo Cesar Pereira de Andrade
2008-11-12
reorganize app default files
Peter Breitenlohner
2008-11-10
avoid race condition for parallel jobs
Peter Breitenlohner
2008-11-07
Xedit version 1.1.2.
xedit-1.1.2
Paulo Cesar Pereira de Andrade
2008-11-07
enabled VPATH build
Peter Breitenlohner
2008-08-04
Fixed filename conflict during compilation on case-insensitive file systems.
Jeremy Huddleston
2008-07-31
Correct make dist and update to xedit-1.1.1.
xedit-1.1.1
Paulo Cesar Pereira de Andrade
2008-07-02
Add python mode.
Paulo Cesar Pereira de Andrade
2008-07-02
Support multiple make jobs.
Paulo Cesar Pereira de Andrade
2008-07-02
Add perl and "auto tools" modes.
Paulo Cesar Pereira de Andrade
2008-07-02
Add a tags interface to xedit.
Paulo Cesar Pereira de Andrade
2008-07-02
Add a generic hash table interface to replace the other implementations.
Paulo Cesar Pereira de Andrade
2008-07-02
Update build for sane defaults.
Paulo Cesar Pereira de Andrade
2007-12-06
Replace static ChangeLog with dist-hook to generate from git log
James Cloos
2006-04-03
Bug #6480: Cygwin build fix. (Yaakov Selkowitz)
XORG-7_0_99_901
Adam Jackson
2005-12-07
Change to use the app-defaults default dir configured in libXt.
MODULAR_COPY
Kevin E Martin
2005-12-06
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
Kevin E Martin
2005-11-28
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
Alan Coopersmith
2005-10-18
Change default install dir for app-default files from
Alan Coopersmith
2005-10-17
Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
Alan Coopersmith
2005-10-16
Change man sources from xedit.1 to xedit.man to allow the man page to be
Kevin E Martin
2005-10-14
Use sed to fill in variables in man page
Alan Coopersmith
2005-10-05
Add missing files to EXTRA_DIST
Kevin E Martin
2005-09-28
Don't override , automake predefines it.
Adam Jackson
2005-09-27
Only add -DINCLUDE_XPRINT_SUPPORT if the Xaw version supports it.
Kristian Høgsberg
2005-08-28
Install the lisp files.
Matthieu Herrb
2005-07-23
Fix DEP_* reference
Matthieu Herrb
2005-07-20
Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
Adam Jackson
2005-07-12
Build system for xprint
Søren Sandmann Pedersen