<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dss/Makefile, branch master</title>
<subtitle>DSS - dyadic snapshot scheduler</subtitle>
<id>https://git.tuebingen.mpg.de/cgit/dss/atom?h=master</id>
<link rel='self' href='https://git.tuebingen.mpg.de/cgit/dss/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/dss/'/>
<updated>2024-07-02T16:52:03Z</updated>
<entry>
<title>Provide a static binary.</title>
<updated>2024-07-02T16:52:03Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2024-05-12T01:44:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/dss/commit/?id=fee3c05ceef345f76fbe371faf84ba7928abf95a'/>
<id>urn:sha1:fee3c05ceef345f76fbe371faf84ba7928abf95a</id>
<content type='text'>
For users which can't be bothered to use git or compile from source.
</content>
</entry>
<entry>
<title>build: Move m4-only definitions to separate file.</title>
<updated>2024-07-02T16:52:03Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2024-05-10T22:33:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/dss/commit/?id=aca2809f441dbc5309a68b2f0494c0891d6a01ba'/>
<id>urn:sha1:aca2809f441dbc5309a68b2f0494c0891d6a01ba</id>
<content type='text'>
We currently pass a number of variables to m4 by specifying command
line options of the form -D var=val. This approach makes the output of
"make V=1" very verbose due to the three multi-line descriptions. To
addresses this issue, introduce defs.m4 which contains one m4 macro
definition for each former make variable. The end result should
be identical.

We tweak the M4 make variable to always read defs.m4 before the
first regular input file so that the suite and the web page see the
definitions. The third user of the former make variables is the README
phony target. To convert this as well, we rename the README file to
README.m4 and adjust the rule of the README phony target to run m4
on this file.

Switch to saner m4 quoting characters while at it.
</content>
</entry>
<entry>
<title>Move snapshot distribution explanation to separate man section.</title>
<updated>2024-07-02T16:52:03Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2024-05-09T23:38:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/dss/commit/?id=6bc9707d71db7c18b14bd82f33649ebae454c4ab'/>
<id>urn:sha1:6bc9707d71db7c18b14bd82f33649ebae454c4ab</id>
<content type='text'>
Since the new section contains a table, we have to tell groff to run
the tbl preprocessor to generate the html version of the man page.

We now pass -I image to the groff postprocessor so that
the png image file gets a predictable name. We'd love to
pass --image‐directory=build/ to place the png file in
the build directory, but this also creates html like &lt;img
src="build/image1.png"&gt;, which does not work because index.html is
in build/. Change the cwd to the build directory to work around this.
</content>
</entry>
<entry>
<title>Add phony targets distclean and maintainer-clean.</title>
<updated>2024-07-02T16:52:03Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2024-05-09T13:20:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/dss/commit/?id=e856f6af53b827c183dbabd0e17d4e7e466e41a0'/>
<id>urn:sha1:e856f6af53b827c183dbabd0e17d4e7e466e41a0</id>
<content type='text'>
With the patch applied, "make clean" keeps files generated by lopsub
and m4, "make distclean" removes the build directory, and "make
maintainer-clean" removes all untracked files except Makefile.local.
</content>
</entry>
<entry>
<title>build: New phony target "www".</title>
<updated>2024-07-02T16:52:03Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2024-05-09T00:12:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/dss/commit/?id=6a078fc879c7720ceefc1797f2e3be9efaa339ee'/>
<id>urn:sha1:6a078fc879c7720ceefc1797f2e3be9efaa339ee</id>
<content type='text'>
This saves some typing as the simple "make www" now builds index.html
and the html version of the man page.
</content>
</entry>
<entry>
<title>build: Move recipe for index.html to proper place.</title>
<updated>2024-07-02T16:52:03Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2024-05-08T23:12:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/dss/commit/?id=4d9c6c9661b18e1338ea75652042ca93c2f886c7'/>
<id>urn:sha1:4d9c6c9661b18e1338ea75652042ca93c2f886c7</id>
<content type='text'>
There's no reason for this to be after the README stuff.
</content>
</entry>
<entry>
<title>build: Generate intermediate files in build/.</title>
<updated>2024-07-02T16:52:03Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2024-05-08T21:52:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/dss/commit/?id=4f252751eed3c4337340d83c512c3727c54e8da1'/>
<id>urn:sha1:4f252751eed3c4337340d83c512c3727c54e8da1</id>
<content type='text'>
This way the intermediate files don't clobber the top level of the
working directory. Also the clean phony target becomes simpler.
</content>
</entry>
<entry>
<title>No longer include NEWS in index.html.</title>
<updated>2024-07-02T16:52:03Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2024-05-22T16:36:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/dss/commit/?id=92d2f2df89a13215f4918793d669378bc85184b1'/>
<id>urn:sha1:92d2f2df89a13215f4918793d669378bc85184b1</id>
<content type='text'>
It's not like the dss project saw lots of news lately, and the old
news items only clutter the web page. This removes the last invocation
of markdown(1), making the build independent of the discount converter.

We keep maintaining the NEWS file in the repo, however. It's just no
longer part of the web page.
</content>
</entry>
<entry>
<title>index.html: Simplify make rule.</title>
<updated>2024-07-02T16:52:03Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2024-05-08T00:00:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/dss/commit/?id=8560e29e73bd4d9fa99053ede58be16c29c36c76'/>
<id>urn:sha1:8560e29e73bd4d9fa99053ede58be16c29c36c76</id>
<content type='text'>
This avoids index.html.in and parses index.html.m4 only once.
</content>
</entry>
<entry>
<title>Kill INSTALL.</title>
<updated>2024-07-02T16:52:03Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@tuebingen.mpg.de</email>
</author>
<published>2024-05-07T23:54:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tuebingen.mpg.de/cgit/dss/commit/?id=305a48cb21b295985f4c0ed3f8ef6600e401fb43'/>
<id>urn:sha1:305a48cb21b295985f4c0ed3f8ef6600e401fb43</id>
<content type='text'>
Move the installation instructions to index.html.m4 and the
configuration bits to the new examples section of the man page.

Streamline the installation instructions and recommend to install the
debian package of lopsub.
</content>
</entry>
</feed>
