summary refs log tree commit diff
path: root/autogen.sh
blob: 9879c53e526cbdf5808cd7c6699f05e5051e23d3 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

aclocal \
&& autoheader \
&& automake --add-missing \
&& autoconf
>)Author 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe