diff options
author | Zack Weinberg <zackw@panix.com> | 2019-03-01 12:06:47 -0500 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2019-03-01 12:25:01 -0500 |
commit | f4095974af596fc96e333191095007ab3aae4094 (patch) | |
tree | 9396cfaf7d926b38641f179da38f4d4b2f12b162 /doc/crypt_r.3 | |
parent | b0c1e9c120e1b3cf27ebb546d94dd9d4dd91d82a (diff) | |
download | libxcrypt-f4095974af596fc96e333191095007ab3aae4094.tar.gz libxcrypt-f4095974af596fc96e333191095007ab3aae4094.tar.bz2 libxcrypt-f4095974af596fc96e333191095007ab3aae4094.zip |
Move code, documentation, and tests into subdirectories.
There are enough files now that it’s getting confusing to have
everything at the top level. Create subdirectories ‘lib’, ‘doc’, and
‘test’. Move all of the code linked into libcrypt.a into ‘lib’. Move
all the manpages into ‘doc’. Move all of the test programs into ‘test’.
There is still only one Makefile at top level. Automake doesn’t make
nonrecursive makefiles as easy as it could, but everything that was
written in http://aegis.sourceforge.net/auug97.pdf back in 1997(!) is
still true.
https://www.microsoft.com/en-us/research/wp-content/uploads/2016/03/hadrian.pdf
has an interesting counterpoint but I don’t think we’re anywhere near
the scale where those problems are relevant.
Diffstat (limited to 'doc/crypt_r.3')
-rw-r--r-- | doc/crypt_r.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/crypt_r.3 b/doc/crypt_r.3 new file mode 100644 index 0000000..3944ebd --- /dev/null +++ b/doc/crypt_r.3 @@ -0,0 +1 @@ +.so man3/crypt.3 |