From 5b913a819050f245f0da9890f0c9357099c318b5 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Sun, 21 Apr 2002 03:41:23 +0200 Subject: [PATCH] Added some documentation. Rev: src/export_list:1.2 --- .gitattributes | 1 + src/export_list | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 1b6a1ec582..866a5d4124 100644 --- a/.gitattributes +++ b/.gitattributes @@ -240,6 +240,7 @@ testfont binary /src/encode.c foreign_ident /src/encode.h foreign_ident /src/error.c foreign_ident +/src/export_list foreign_ident /src/fd_control.c foreign_ident /src/fd_control.h foreign_ident /src/fdlib.c foreign_ident diff --git a/src/export_list b/src/export_list index 5ed7d1d3cb..59859adbf0 100644 --- a/src/export_list +++ b/src/export_list @@ -1,3 +1,7 @@ +# $Id: export_list,v 1.2 2002/04/21 01:41:23 nilsson Exp $ +# This file lists the files and directories that should be +# added to source dists. Used by bin/export.pike. + /README.txt /README-CVS.txt /ANNOUNCE @@ -21,4 +25,3 @@ /refdoc/template.xsl /refdoc/xml.txt /refdoc/.cvsignore - -- GitLab