1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-01 02:05:33 +00:00
Commit Graph

4161 Commits

Author SHA1 Message Date
Petr Baudis
3b6c3cc5b4 Fix dependencies tracking and default clean rule. 2005-09-16 13:48:22 +02:00
Petr Baudis
f513eefab9 Readd AC_CONFIG_HEADERS(). 2005-09-16 13:45:59 +02:00
Petr Baudis
a3787a29c1 Remove traces of nuts and automake. 2005-09-16 13:44:33 +02:00
Petr Baudis
94ba122117 Set PACKAGE and VERSION manually isntead of relying on AM_INIT_AUTOMAKE(). 2005-09-16 13:42:25 +02:00
Petr Baudis
03c2fb116d ELBuildized intl/. Final nail in automake's coffin. 2005-09-16 13:38:05 +02:00
Petr Baudis
68b55a8fcb ELBuildized mime/. 2005-09-16 13:36:47 +02:00
Petr Baudis
3e394f3367 ELBuildized viewer/. 2005-09-16 13:33:43 +02:00
Petr Baudis
c89190e0bf ELBuildized scripting/. 2005-09-16 13:29:06 +02:00
Petr Baudis
18f85bec14 ELBuildized util/. 2005-09-16 13:27:27 +02:00
Petr Baudis
83212cee45 ELBuildized osdep. 2005-09-16 13:25:24 +02:00
Petr Baudis
98dd1a4fef Converted main, network and terminal to ELBuild. 2005-09-16 13:23:05 +02:00
Petr Baudis
568fe503f9 Don't autogenerate src/Makefile. 2005-09-16 13:15:09 +02:00
Petr Baudis
c404ead42c Pass $LIBS to the linker 2005-09-16 13:13:43 +02:00
Petr Baudis
cf0c9fce4e Switch the root Makefile to ELBuild. Woohoo! 2005-09-16 13:13:22 +02:00
Petr Baudis
4130c42bc9 Typo fix 2005-09-16 12:12:07 +02:00
Petr Baudis
2d0fbb24cf Merge with /srv/git/elinks.git 2005-09-16 12:06:04 +02:00
Petr Baudis
72e2d55c1a Convert src/encoding to ELbuild. 2005-09-16 12:05:51 +02:00
Frobozz the Neuromancer,668,302-521-2606,609-645-8080
baf0c3f599 Merge with git+ssh://pasky.or.cz/srv/git/elinks.git 2005-09-15 23:31:44 -04:00
Petr Baudis
402a15c94e Update the autogeneration list. 2005-09-16 05:12:49 +02:00
Petr Baudis
4e2d48cc93 ELBuildize some more stuff. All for tonight, turn for the Americans. 2005-09-16 05:09:08 +02:00
Petr Baudis
76f1eb70df ELBuildized protocol/ - no more 2M Makefiles! 2005-09-16 05:01:31 +02:00
Petr Baudis
aec63f5c88 Converted cookies building to ELBuilds 2005-09-16 04:53:54 +02:00
Petr Baudis
13ce7f6f81 Converted doc/ to ELBuild 2005-09-16 04:38:48 +02:00
Petr Baudis
145c0e3427 Merge with /srv/git/elinks.git 2005-09-16 04:25:00 +02:00
Petr Baudis
0f15183aed Added support for conditional rules in ELBuild (not used yet) 2005-09-16 04:24:01 +02:00
Petr Baudis
1fd3bff6f3 Converted src/intl/gettext/Makefile to ELBuild 2005-09-16 04:20:14 +02:00
Miciah Dashiel Butler Masters
b395b92543 Change 0.11.CVS to 0.11.GIT. 2005-09-16 02:17:33 +00:00
Petr Baudis
1f0cd14e91 Converted another bunch of submakefiles to ELBuild 2005-09-16 04:07:37 +02:00
Frobozz the Neuromancer,668,302-521-2606,609-645-8080
9c0a913339 Merge with http://elinks.or.cz/elinks.git 2005-09-15 21:09:17 -04:00
Petr Baudis
39bddb7562 Properly set $(srcdir)
Should fix building outside of source tree and making po/.
2005-09-16 02:55:13 +02:00
Petr Baudis
261fdb5326 Fix building of .gmo files 2005-09-16 02:54:38 +02:00
Petr Baudis
204bbe5d2c Fix starting a build from a subdirectory ELBuild-wise
Now all the submakefiles contain informationa buot where in the directory
hierarchy they stay.
2005-09-16 02:07:36 +02:00
Frobozz the Neuromancer,668,302-521-2606,609-645-8080
a153695c08 No more $ld$s. 2005-09-15 20:03:22 -04:00
Petr Baudis
22b6d3f623 Uhm, don't autogenerate po/Makefile. 2005-09-16 01:47:57 +02:00
Petr Baudis
32fe41fae7 ELBuild: Use 'include' instead of '-include'
We _do_ want to error on when including .config and .lib failed.
2005-09-16 01:09:42 +02:00
Petr Baudis
201c7956cc ELBuildize po/Makefile. 2005-09-16 01:07:31 +02:00
Petr Baudis
fffc573769 Use all-l,install-l,clean-l targets in individual makefiles and let
Makefile.lib multiplex the real ones. That's so that the -recursive
ones always come first.
2005-09-16 00:52:54 +02:00
Petr Baudis
953c772863 Don't autogenerate src/session/Makefile 2005-09-16 00:26:00 +02:00
Petr Baudis
4396927798 Make ./configure not care about doc/man/ subdirs, now in the new build
system.
2005-09-16 00:02:18 +02:00
Petr Baudis
833770a5f7 Implicit recursiveness and clean rule
All objects defining $(OBJS) will get them and *.a deleted during
make clean.

The all, clean and install rules now implicitly imply their -recursive
counterparts - those will just do nothing in case of $(SUBDIRS) not
defined, so that's ok.
2005-09-15 23:28:56 +02:00
Petr Baudis
6aea3df7ac Switch doc/man over to the new build system 2005-09-15 23:26:40 +02:00
Petr Baudis
4e467d6129 Add forgotten cache Makefile
Didn't notice it's missing because we still have it in .gitignore.
2005-09-15 22:35:03 +02:00
Jonas Fonseca
0cc70f57a1 Merge with git+ssh://pasky.or.cz/srv/git/elinks.git 2005-09-15 21:05:25 +02:00
Jonas Fonseca
1634eef7cf Danish translation update
Remove all fuzziness and cut the number of untranslated messages.
2005-09-15 21:04:02 +02:00
Petr Baudis
06ea255a22 Convert part of the build to the new build system
The root makefile is converted as well as some leaf Makefiles. This
also brings in the required infrastructure and adjusts configure.in
appropriately.

I converted only makefiles containing no configurable stuff, since
that'll require more consideration yet.
2005-09-15 21:03:56 +02:00
Jonas Fonseca
21387bc966 Remove double 'black' from ensure_contrast option description. 2005-09-15 20:47:06 +02:00
Jonas Fonseca
921c59ce07 Fix --remote commands: popUp() -> infoBox(), it was renamed shortly
after entering and I forgot this part.
2005-09-15 20:24:24 +02:00
Petr Baudis
09c4185a44 Merge with /srv/git/elinks.git 2005-09-15 19:09:06 +02:00
Jonas Fonseca
163dfde9b8 Mention the site with RISC OS binaries (which was recently added
to the download webpage).
2005-09-15 18:55:32 +02:00
Jonas Fonseca
7462f22635 Remove now obsolete .cvsignore files. 2005-09-15 18:33:20 +02:00